func math.hypot

2 uses

	math (current package)
		hypot.go#L24: 	return hypot(p, q)
		hypot.go#L27: func hypot(p, q float64) float64 {